home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / t_os / artemis / artsrc1 / plt16.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-30  |  243 b   |  12 lines

  1. /*
  2.     plt16.h
  3. */
  4.  
  5. typedef    int    grb_t;
  6.  
  7. int        plt16_init();
  8. void    plt16_set(int plt, grb_t grb);
  9. grb_t    plt16_get(int plt);
  10. int        plt16_getnear(grb_t grb, int source_plt, int object_plt);
  11. grb_t    plt16_gray(grb_t grb1, grb_t grb2, int gray);
  12.